home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # $Header: /private/postgres/src/scripts/RCS/vacuum.sh,v 1.2 1991/08/05 14:07:04 sp Exp $
- #
- # Vacuum postgres databases
- #
- # We expect that this script will be run via cron nightly. This
- # replaces vacuumd and vcontrol in earlier releases of postgres.
- #
- /usr/postgres/bin/monitor -c vacuum $*
-